Function: pixels2inches

CALL:

inches = pixels2inches(pixels)

DESCRIPTION:

Short hand for converting pixels to inches.

INPUT:

pixels any
<double> position or dimension in pixels.

OUTPUT:

inches any
<double> position or dimension in inches.

REVISIONS any
20200626 created